home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / YAZICI / HP / DESKJET / 1600CN / NT4 / DJ250GE.EXE / HP1600C.INF next >
Encoding:
INI File  |  1996-09-18  |  2.5 KB  |  128 lines

  1.  
  2. ; HP1600C.INF (for SUR)
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MS%
  10. LayoutFile=layout.inf
  11. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  12. Class=Printer
  13.  
  14. ;
  15. ; Manufacturer section.
  16. ;
  17. ; This section lists all of the manufacturers 
  18. ; that we will display in the Dialog box
  19. ;
  20. [Manufacturer]
  21. "HP"
  22.  
  23. ;
  24. ; Model sections. 
  25. ; Each section here corresponds with an entry listed in the
  26. ; [Manufacturer] section, above. The models will be displayed in the order
  27. ; that they appear in the INF file.
  28. ;
  29.  
  30. [HP]
  31. "HP DeskJet 1600C"                                     = PCL5EMS.DLL
  32. "HP DeskJet 1600CM/PS"                                 = HP1600C1.PPD
  33.  
  34.  
  35. ;
  36. ; Installer Sections
  37. ;
  38. ; These sections control file installation, and reference all files that
  39. ; need to be copied. The section name will be assumed to be the driver
  40. ; file, unless there is an explicit DriverFile section listed.
  41. ;
  42.  
  43.  
  44. [HP1600C1.PPD]
  45. CopyFiles=@HP1600C1.PPD,PSCRIPT
  46. DataSection=PSCRIPT_DATA
  47.  
  48. [PCL5EMS.DLL]
  49. CopyFiles=@PCL5EMS.DLL,RASDD
  50. DataSection=RASDD_DATA
  51.  
  52. [PCL5EMS.DLL.BIDI]
  53. CopyFiles=@PCL5EMS.DLL,@PJLMON.DLL,RASDD
  54. DataSection=RASDD_DATA
  55. DataFile=PCL5EMS.DLL
  56. LanguageMonitor=%PJL_MONITOR%
  57.  
  58. ; Copy Sections
  59. ;
  60. ; Lists of files that are actually copied. These sections are referenced
  61. ; from the installer sections, above. Only create a section if it contains
  62. ; two or more files (if we only copy a single file, identify it in the
  63. ; installer section, using the @filename notation) or if it's a color
  64. ; profile (since the DestinationDirs can only handle sections, and not
  65. ; individual files).
  66. ;
  67.  
  68. [PSCRIPT]
  69. PSCRIPT.DLL
  70. PSCRPTUI.DLL
  71. PSCRIPT.HLP
  72.  
  73. [RASDD]
  74. RASDD.DLL
  75. RASDDUI.DLL
  76. RASDDUI.HLP
  77.  
  78. [PLOTTER]
  79. PLOTTER.DLL
  80. PLOTUI.DLL
  81. PLOTUI.HLP
  82.  
  83. [WOWFAX]
  84. WOWFAX.DLL
  85. WOWFAXUI.DLL
  86.  
  87. ;
  88. ; Data Sections
  89. ;
  90. ; These sections contain data that is shared between devices.
  91. ;
  92.  
  93. [PSCRIPT_DATA]
  94. DriverFile=PSCRIPT.DLL
  95. ConfigFile=PSCRPTUI.DLL
  96. HelpFile=PSCRIPT.HLP
  97.  
  98. [RASDD_DATA]
  99. DriverFile=RASDD.DLL
  100. ConfigFile=RASDDUI.DLL
  101. HelpFile=RASDDUI.HLP
  102.  
  103. [PLOTTER_DATA]
  104. DriverFile=PLOTTER.DLL
  105. ConfigFile=PLOTUI.DLL
  106. HelpFile=PLOTUI.HLP
  107.  
  108. [WOWFAX_DATA]
  109. DriverFile=WOWFAX.DLL
  110. ConfigFile=WOWFAXUI.DLL
  111.  
  112. ;
  113. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  114. ; (depending on which environment drivers are getting installed)
  115. ;
  116.  
  117. [DestinationDirs]
  118. DefaultDestDir=66000
  119.  
  120. ;
  121. ; Localizable Strings
  122. ;
  123. [Strings]
  124. MS="Microsoft"
  125. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  126.  
  127.